@font-face {
    font-family: Battambang;
    src: url(../font/Battambang-Regular.ttf);
}


/* body {
    background: url(../images/bg/2.png) !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    font-family: Arial, Helvetica, sans-serif,'Battambang' !important;

} */

.wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* .main-contain {
    background: rgb(66 44 152 / 0.69);
} */

* img {
    max-width: 100%;
}


/* .top-header {
    background: rgb(109 76 228 / 54%);
} */

.head {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.right-header {
    padding-right: 15px;
}

.header_info {
    height: 131px;
    margin-top: 10px;
    border-radius: 15px 15px 0 0;
    width: 1200px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 5px 10px;
    display: block;
}

.w-1200 {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}

.logo a img {
    width: 100%;
    max-width: 273px;
    height: auto;
    float: left;
    padding: 10px 0 10px 0;
}

.login {
    width: 100%;
    height: auto;
    padding: 23px 0;
    float: right;
    padding-right: 15px;
}

.date,
.time {
    font-weight: bold;
    color: #fce921;
    font-size: 12px;
}

.login ul li {
    display: inline-block;
}

.btn-secondary {
    color: #ffffff;
    background-color: rgb(123 92 193);
    border-color: #ffcdcd;
    font-weight: bold;
}

.btn-secondary:hover {
    background-color: #7f65c4;
    border-color: #e8cfff;
    font-weight: bold;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #aaa191;
    background-color: #06325c;
    border-color: #06325c;
    font-weight: bold;
}


/***header info***/

.header_info .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.header_info .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.button-login {
    padding: 0 15px;
    margin-right: 5px;
    width: 120px;
    color: #fff;
    border: 1px solid #fff;
    background: #5333c5;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

.button-register {
    width: 120px;
    color: #fff;
    border: 1px solid rgb(255 255 255);
    background-color: #d45855;
    padding: 5px 25px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

a.button-register:hover {
    color: #fcb712;
}

.input-wrap {
    position: relative;
    margin-right: 10px;
}

.input-wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/user-icon.png) no-repeat;
    z-index: 1;
}

.input-wrap1 {
    position: relative;
    margin-right: 10px;
}

.input-wrap1::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/pwd-icon.png) no-repeat;
    z-index: 1;
}

.input-input {
    position: relative;
    width: 100%;
    -ms-flex: 1 1;
    flex: 1 1;
}

.input-user {
    padding-left: 35px;
    width: 160px;
    height: 38px;
    border-radius: 6px;
    outline: 0;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #ffeb3b;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    outline: none;
    color: #666;
    -webkit-appearance: none;
}

.input-pwd,
.code-icon {
    padding-left: 35px;
    width: 160px;
    height: 38px;
    border: 1px solid #ffeb3b;
    border-radius: 6px;
    outline: 0;
    display: inline-block;
    padding: 0 8px;
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    outline: none;
    color: #666;
}

.showhidePwd {
    cursor: pointer;
    right: 10px;
    width: 18px;
    height: 15px;
    background: url(../images/hideeye.png) no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.input-code {
    position: relative;
    margin-right: 10px;
}

.input-code::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 7px;
    width: 18px;
    height: 19px;
    background: url(../images/se-icon.png) no-repeat;
    z-index: 1;
}

.code-numb {
    padding: 0 15px;
    margin-right: 5px;
    color: #fff;
    background-color: transparent;
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    outline: 0;
    cursor: pointer;
}

input[placeholder=Username],
input[placeholder=Password],
input[placeholder=Code] {
    padding-left: 30px;
}

input-code {}

.right-top {
    width: 100%;
    height: auto;
    display: block;
}

.right-top ul {
    float: right;
}

.right-top ul li {
    display: inline-block;
}

.login ul {
    float: right;
}

.login input {
    background: rgb(72 50 154 / 76%);
}


/*---------------  nav--------------------------------*/

.header-bottom {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 51px;
    background: #4b31ab;
}

#menu {
    width: 100%;
    float: left;
    display: table;
    padding: 0px 15px;
}

#logo {
    width: 230px;
    height: 30px;
    text-align: center;
    z-index: 9999999;
    float: left;
}

#menu li {
    display: table-cell;
    flex: 1;
    height: 52px;
}

#menu li:last-child {
    border-right: 0px;
}

#menu li.active,
#menu li:hover {
    /* background: url(../images/shines.png) no-repeat !important; */
    /* background-color: transparent; */
    /* background: red; */
    color: #000;
    background-size: contain;
    margin-top: -2px;
    background: linear-gradient(to bottom, #09d109 0%, #021102 100%) no-repeat;
    border-radius: 3px;
    transition: 3s;
}

#menu li.active a {
    color: #000;
}

#menu li a {
    display: block;
    vertical-align: middle;
    font-family: 'Bebas', sans-serif, 'Battambang' !important;
    font-weight: 200;
    font: bold 14px/20px Arial, Helvetica, sans-serif;
    color: #fafafa;
    text-transform: uppercase;
    padding: 16px 0 0 0;
    text-align: center;
    position: relative;
}

.flex-item h5 {
    font-family: Arial, Helvetica, sans-serif, 'Battambang';
    color: #d6c45c;
    font-size: 14px;
}

#menu li.mobile a {
    padding: 5px;
}

#menu li.mobile a>img {
    vertical-align: middle;
    padding: 6px 0;
}

#menu-bottom {
    padding: 8px 0px 10px 0px;
    width: 740px;
    display: inline-block;
}

#menu-bottom li:last-child a {
    border-right: 0px;
}

#menu-bottom li a {
    padding: 0px 10px;
    font-size: 12px;
    background: url(../../images/menu-left.html) no-repeat center left, url(../../images/menu-right.html) no-repeat center right;
    display: block;
    border-right: 1px solid #fff;
}

#menu-bottom li a span {
    position: relative;
}

#menu li:hover .megamenu {
    visibility: visible;
    opacity: 1;
}

#menu li .megamenu {
    position: absolute;
    font-family: dinpro, sans-serif, 'Battambang';
    top: 157%;
    left: 0px;
    right: 0px;
    background: rgb(43 29 72 / 90%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transform: translate3d(0, -30px, 0);
    -webkit-transform: translate3d(0, -30px, 0);
}

.wrapper .casino1 div {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 15px;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center !important;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-item {
    text-align: center;
    text-align: center;
    display: inline-block;
    width: 165px;
    padding-top: 0px !important;
}

.megamenu a {
    padding: 0px !important;
}

.flex-item:last-child {
    border-right: none;
}

.button {
    height: 40px;
    padding: 0 15px;
}

.button .btn {
    display: none;
    opacity: 0;
    transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
}

.flex-item:hover {
    background: #f2f2f2;
}

.flex-item:hover .button .btn {
    display: block;
    opacity: 1;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex-item h5 {
    padding: 0px;
}


/*---------------------  end nav -------------------------------*/

.announment {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: rgb(63 45 109 / 99%);
    padding: 5px 0;
    display: block;
}

.news {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}

.icon-news {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.icon-news img {
    padding: 2px 5px;
    background: #3f2c6f;
}

.marq {
    color: #ffffff;
}


/****footer style*****/

.footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #261a52;
    display: block;
}

.copy-right {
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #513782;
}

.info h4 {
    font-size: 14px;
    height: 30px;
    border-bottom: 1px solid #b08a0e;
    text-align: left;
    font-weight: bold;
    color: #ffb124;
    text-transform: uppercase;
    display: block;
}

.title-info {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.discription-info {
    margin-top: 5px;
    font-size: 14px;
    color: #ffffff;
    line-height: 16px;
    text-align: justify;
    font-weight: 500;
}

.infor {
    padding-top: 15px;
    padding-bottom: 10px;
}

.provider {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    border-top: 1px solid #513782;
}

.logo-provider img {
    padding: 15px 0;
}

.no-border-right {
    border-right: none !important;
}

div#banks {
    padding: 20px 0px;
    border-top: 1px solid #513782;
}

.footer h3 {
    padding: 15px 0px;
    color: #fffc02;
}


/*---------------------------  slide sidebar   ---------------------------------------*/

.sidebar {
    display: block;
    top: 175px;
    position: fixed;
    right: -190px;
    z-index: 200;
    background: none !important;
    transition: all .2s ease;
}

.sidebar span {
    color: #fff;
}

.sidebar:hover {
    right: 0px;
}

.sportsbook .sidebar,
.sportsbook .load_sidebar {
    display: none
}

.sidebar__btn {
    background: #131c26;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    cursor: pointer;
    left: -40px;
    position: absolute;
    padding: 12px;
    top: 0;
    max-width: 40px;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.sidebar__btn .contact-icon {
    color: #fff;
    font-size: 23.5px;
    margin-bottom: 5px;
    vertical-align: top;
}

.sidebar__btn .contact-title {
    background: #131b25;
    top: 95px;
    color: #fff;
    width: 160px;
    padding: 5px;
    left: -60px;
    font-size: 21px;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    text-transform: uppercase;
    border-radius: 10px;
}

.sidebar .sidebar__contact {
    background: #131b25;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}

.sidebar .sidebar__contact .sidebar__contact--title {
    display: block;
    font-size: 16px;
    height: 98px;
    padding: 20px 15px 15px;
    width: 190px;
}

.sidebar__contact--list-wrapper .way {
    min-height: 65px;
    padding: 15px;
    position: relative;
}

.sidebar__contact--list-wrapper .way::after {
    content: '';
    bottom: 0;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.sidebar__contact--list-wrapper .way:last-of-type::after {
    display: none
}

.sidebar__contact--list-wrapper .way .way__icon {
    width: 47px;
}

.sidebar__contact--list-wrapper .way .fa-bbm-iocn {
    background-position: 0 -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .fa-zalo-icon {
    background-position: -27px -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .fa-line-iocn {
    background-position: -53px -80px;
    height: 26px !important;
    width: 26px !important;
}

.sidebar__contact--list-wrapper .way .way__text {
    max-width: 160px;
    word-break: break-word;
    word-wrap: break-word;
    display: inline-block;
    margin-top: -40px;
    padding-left: 50px;
    float: left;
}

.sidebar__contact--list-wrapper .way i.fa {
    font-size: 27px;
    color: #fff;
}

.sidebar__contact--list-wrapper .way span {
    color: #81d8ff;
    display: block;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}

.sidebar__contact--list-wrapper .way a {
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    display: inline-block;
}

.sidebar__contact--list-wrapper .way a:hover,
.sidebar__contact--list-wrapper .way a:focus {
    color: #81d8ff;
}

.tip-wra .tip span {
    color: #81d8ff;
    display: block;
    font-size: 12px;
    width: 100%;
}

.tip-wra {
    background: #0e121b;
    padding: 10px;
}


/****************/


/**Register form**/


/****************/

.form_main {
    width: 750px;
    box-sizing: border-box;
    padding: 25px;
    overflow: hidden;
    margin: 0 auto;
}

.form_main .title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    background: rgb(45 18 135 / 81%);
    border: 1px solid #9176c9;
    border-bottom: none;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.form_contant {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    background: rgb(71 47 119 / 71%);
    border: 1px solid #9176c9;
    border-top: none;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.form_main input {
    box-sizing: border-box;
    width: 100%;
    border: 1px rgb(107 84 156) solid;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    margin: 0 0 5px;
    color: #ffffff;
    background: rgb(0 0 0 / 28%);
}

.re_select select {
    width: 100%;
    padding: 0 10px;
    height: 45px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px rgb(107 84 156) solid;
    margin: 0 0 5px;
    background: rgb(13 13 21 / 28%);
}

.re_select select option {
    background: rgb(22 24 39);
    color: #fff;
}

.form_contant button {
    width: 50%;
    height: 50px;
    line-height: 40px;
    border-radius: 25px;
    display: block;
    background: #d45855;
    margin-top: 10px;
    color: #ffffff;
    font-size: 18px;
}

input.code {
    width: 70%;
}

.register-contant-code {
    width: 30%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #1f066b;
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

#code_match {
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgb(16 18 27 / 78%);
    color: #666;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}


/********jackport style*********/

.jackpot-number strong {
    font-size: 40px;
    color: #feb5ff;
    letter-spacing: 0.4em;
    text-shadow: 0px 2px 10px #673AB7;
}

.jackpot-number {
    margin-bottom: 10px;
    background: rgb(75 23 169 / 58%);
    background: linear-gradient(90deg, rgb(75 23 169 / 0%) 0%, rgb(144 107 185 / 68%) 50%, rgb(75 23 169 / 0%) 100%);
}

h2.jackpot__title.title-section.text-center {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
}

.encircle {
    margin: 10px auto 15px auto;
    text-align: center;
}

.encircle div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border: solid 4px #00f9ff;
    box-sizing: content-box;
    margin: 1px;
    -webkit-animation: glow 2s infinite;
    -moz-animation: glow 2s infinite;
    -o-animation: glow 2s infinite;
    animation: glow 2s infinite;
}

@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 4px #00f9ff;
    }
    50% {
        -webkit-box-shadow: 0 0 20px #00f9ff;
    }
    100% {
        -webkit-box-shadow: 0 0 4px #00f9ff;
    }
}


/***********************home***************************/

section.ection {
    padding-bottom: 10px;
}

.box-home1 {
    margin-top: 10px;
}

.buttom_lob {
    margin-top: 10px;
}


/* Hover Blur Effect */

.text-white {
    color: #fff;
}

.hover-blur a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-blur img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-blur:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0.6) blur(1px);
    filter: grayscale(0.6) blur(1px);
}

.hover-blur a h2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgb(84 24 183 / 40%);
    background-image: -webkit-repeating-radial-gradient(center center, rgb(21 36 111 / 80%), rgb(255 255 255 / 80%) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgb(21 36 111 / 80%), rgb(255 255 255 / 80%) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgb(21 36 111 / 80%), rgb(255 255 255 / 80%) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgb(21 36 111 / 80%), rgb(255 255 255 / 80%) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.hover-blur a span.text-white {
    position: absolute;
    left: 50%;
    /* top: 45%; */
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
}

.hover-blur:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-blur .text-white {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    font-size: 34px;
}

.hover-blur:hover .text-white {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.pro_right p {
    color: #fff;
}

section#promotion h1 {
    color: #ffc107;
    font-size: 30px;
    padding: 5px;
    border-left: 7px solid #ffc107;
    padding-left: 15px;
    margin-bottom: 10px;
    background: rgb(127 93 157 / 49%);
}

.readmore {
    margin-top: 10px;
}

.readmore a {
    background: #ff3f28;
    padding: 10px;
    color: #fff;
    font-size: 16px;
}

.container {
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
}

.bottom_line {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to left, rgba(0, 0, 0, 0) 1%, #fffc02 50%, rgba(0, 0, 0, 0) 100%);
    background-size: 100% 3px;
    background-position: 0% 0%, 0% 100%;
    background-repeat: no-repeat;
    height: 0.3em;
    margin: 0 auto;
    text-align: center;
    margin-top: -1px;
}


/***loby Casino***/

.banner-casino img {
    width: 400px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.15);
}

h3.section-header {
    text-align: center;
    border: 2px dotted #737373;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: -5px;
    font-size: 22px;
}

.ban_cas {
    position: relative;
    display: block;
}

.sport-home {
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}

.sport-home:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.cas-text {
    position: absolute;
    right: 2%;
    text-align: center;
    top: 30%;
    transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    width: 200px;
}

.play_now {
    background: #b21726;
    padding: 10px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
    box-shadow: 0px 2px 10px #e0969d;
}


/******sport*******/

.box-num,
.box-sport {
    width: 100%;
    margin: 15px auto;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /* background: #4caf50; */
    box-shadow: 0px 0px 5px #120f1d, 0px 0px 20px #206e00 inset;
    border: 1px solid #fffc02
}

.btn-sport {
    padding: 0 15px;
    min-width: 120px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    background-color: #e48100;
    -webkit-box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .25);
    box-shadow: 0px 5px 0px 0 rgb(0 0 0 / 87%);
}

.box-num:hover,
.box-sport:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sport-info {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0px 5px 0px;
    left: 0;
    display: block;
    background: linear-gradient(0deg, rgb(189 135 220) 0%, rgb(217 182 255 / 53%) 80%, rgb(205 178 255 / 63%) 100%);
    text-align: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    margin-bottom: -1px;
}

.sport-info h3 {
    font-size: 26px;
    font-weight: 700;
    color: #331f7d;
}


/******casino*******/

.box-casino {
    width: 100%;
    height: auto;
    margin: 15px auto;
    position: relative;
    display: block;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
    background: rgb(167 121 121 / 36%);
    box-shadow: 0px 0px 5px #120f1d, 0px 0px 20px #00ff0a inset;
    border: 1px solid #001801;
    border-radius: 10px;
}

.box-casino img {
    border-radius: 10px;
}

.cas_title {
    width: 100%;
    height: auto;
    position: absolute;
    font-size: 22px;
    display: block;
    color: #ffffff;
    transform: translate(-50%, -0%);
    -o-transform: translate(-50%, -0%);
    -ms-transform: translate(-50%, -0%);
    -moz-transform: translate(-50%, -0%);
    -webkit-transform: translate(-50%, -0%);
    left: 50%;
    text-shadow: 2px 3px 5px #032404, 0px -3px 5px #022c04, 2px 3px 5px rgb(0 0 0 / 64%), 0px 0px 5px rgb(82 66 27 / 82%), 2px 3px 5px rgb(215 171 69 / 4%), 0px 0px 5px rgb(82 66 27 / 82%);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    bottom: 0%;
    background: linear-gradient( 0deg, #08be0f 0%, rgb(173 133 249 / 3%) 100%);
    padding: 20px 0px 5px 0px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


/******slot*******/

.box-slot {
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}

.box-slot:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.title-games {
    width: 100%;
    font-size: 20px;
    display: block;
    color: #f6a903;
    text-shadow: 2px 8px 6px #212529, 0px -5px 35px rgb(68 47 107);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.slot-lobby .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}


/******lottery*******/

.main-contain.lottery-bg {
    padding: 15px 10px 20px 10px;
}

.section-heading {
    text-align: center;
    padding: 0px 10px 30px 10px;
}

.section-heading .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ffaa00;
}

.section-heading .subtitle.extra-padding {
    margin-bottom: 17px;
}

.section-heading .title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 0px;
}

.section-heading .title.extra-padding {
    margin-bottom: 20px;
}

.section-heading .text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    color: #ffff;
}

.box-lottery {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    position: relative;
    display: block;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}

.box-lottery:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.box-lottery img {
    width: 400px;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid #0b240c;
    box-shadow: 0px 0px 5px #120f1d, 0px 0px 20px #08ba0f inset;
}

.title-lottery {
    width: 80%;
    height: auto;
    position: absolute;
    font-size: 30px;
    display: block;
    color: #f6a903;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 0%);
    left: 50%;
    text-shadow: 2px 8px 6px #4caf50, 0px -5px 35px #4caf50;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    bottom: 0%;
    background: linear-gradient( 0deg, #4caf50 0%, rgb(4 59 6) 80%, #00ff0a 100%);
    font-size: 25px;
    font-weight: 700;
    color: #061a07;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding: 10px 0px 5px 0px;
}

.box-lottery:hover .title-lottery {
    color: #ffffff;
}


/******NUMBER*******/

.title-num {
    width: 85%;
    height: auto;
    margin: 0 auto;
    padding: 5px 0px 5px 0px;
    left: 0;
    display: block;
    background: linear-gradient( 0deg, #4caf50 0%, #8bc34a 80%, #4caf50 100%);
    text-align: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    font-size: 26px;
    font-weight: 700;
    color: #022503;
}


/****Cockfight****/

.cockfight-bg {
    width: 100%;
    background-size: cover;
    background-image: url(../images/cockfight/bg.jpg);
    min-height: 620px;
    padding: 15px 10px 20px 10px;
}

.box-cock {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.box-cock:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.cockfight-lobby h3 {
    color: #FF9800;
    font-size: 30px;
    padding: 8px;
    border-left: 7px solid #FF9800;
    padding-left: 15px;
    margin: 10px 0px;
    background: rgb(127 93 157 / 49%);
    box-shadow: 0px 3px 3px #231025;
}

.cock_tittle {
    font-size: 24px;
    display: block;
    color: #ff9f00;
    text-shadow: 2px 8px 6px #212529, 0px -5px 35px rgb(105 72 72);
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}


/******poker*******/

.box-poker {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: center;
    position: relative;
    display: block;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    transition: transform ease .3s;
}

.title-poker {
    font-size: 30px;
    display: block;
    color: #fcb712;
    text-shadow: 3px 0px 3px #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.box-poker img {
    max-width: 100%;
}

.box-poker:hover .hover_games {
    opacity: 1;
    z-index: 999;
}

.box-poker:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 36;
    background-color: rgb(150 102 183 / 43%);
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 1px solid #206f00;
    box-shadow: 1px 5px 35px #206f00 inset;
    border-radius: 10px;
}

.box-poker:hover .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.overlay a {
    display: block;
    margin: -55px auto;
    width: 110px;
    line-height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fbd62b;
    border-color: transparent;
    text-decoration: none;
    font-size: 16px;
    background: #237800;
    border: 3px solid #fffc02;
    border-radius: 100%;
    box-shadow: 0 0px 15px rgb(32 111 0), 0 0px 5px rgb(54 51 47) inset;
    text-shadow: 0px 2px 5px #227400, 2px 0px 4px #217100, 0px 0px 10px #206f00;
}

.overlay a:hover {
    /* color: #fbd62b; */
    /* background-color: #fffc02; */
    border-color: #fffc02;
    text-shadow: none;
}

.btplay {
    display: block;
    margin: -55px auto;
    width: 100px;
    line-height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-weight: bold;
    z-index: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    border-color: transparent;
    text-decoration: none;
    font-size: 20px;
    background: #4b31ab;
    border: 3px solid rgb(255 255 255);
    border-radius: 100%;
    box-shadow: 0 0px 15px rgb(0 0 0), 0 0px 5px rgb(54 51 47) inset;
    text-shadow: 0px 2px 5px #2c1949, 2px 0px 4px #5333c5, 0px 0px 10px #e1a619;
}


/*** all box in one***/

.box-cock:hover .overlay,
.box-num:hover .overlay,
.box-lottery:hover .overlay,
.box-casino:hover .overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 0;
}

.box-casino:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.box-games:hover .hover_games,
.box-num:hover .hover_games {
    opacity: 1;
    z-index: 999;
}

.hover_games {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgb(0 0 0 / 38%);
    border-radius: 10px;
    z-index: -99;
    box-shadow: 0px 0px 5px 0px #fff8f8;
}

.hover_games a:hover {
    color: #fff;
}

section#promotion {
    padding-bottom: 10px;
}


/***lang***/

.dropdown-menu {
    min-width: auto;
    border: 1px solid #5333c5;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

button.dropdown-item:focus,
button.dropdown-item:active {
    background: #ccc;
    outline: 0;
    margin: 0px;
}

.pro_art {
    background: #13a813;
    padding: 10px 0px !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    border-radius: 2px;
}